html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.42857143;
  font-size: 14px;
  min-width: 1230px;
  background: #fff;
  color: #333;
}
h1,h2,h3,p{margin: 0;padding: 0;}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  line-height: 1.42857143;
  margin: 0;
  outline: none;
}
body, button, input, select, textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type=button], /* 1 */ [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, /* 1 */ menu {
  display: block;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
audio, video, canvas {
  display: inline-block;
}
template, [hidden] {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #205B95;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.img-cover {
  overflow: hidden;
  position: relative;
}
.img-cover span {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.img-cover img {
  display: block;
  width: 100%;
  background: no-repeat center / cover;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.container {
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
}
.kf {
  width: 208px;
  position: fixed; /* right: 20px; */ right: -208px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.kt-top {
  height: 40px;
  line-height: 40px;
  background: url(../images/kefu.png) 12px center no-repeat #205B95;
  -ms-background-size: auto 20px;
  background-size: auto 20px;
  padding-left: 46px;
  font-size: 14px;
  color: #fff;
}
.kt-top span:hover {
  transform: rotate(90deg);
}
.kt-top span {
  width: 18px;
  height: 16px;
  float: right;
  position: relative;
  margin: 10px 10px 0 0;
  cursor: pointer;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.kt-top span b {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.kt-top span b:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.kf .con {
  overflow: hidden;
  background: #fff;
}
.kf .qq li {
  height: 36px;
  line-height: 36px;
  border-bottom: #f5f5f5 solid 1px;
  padding-left: 16px;
}
.kf .qq li a {
  height: 36px !important;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: initial;
  display: block;
}
.kf .qq li a img {
  padding-right: 6px;
}
.kf .con h5 {
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
  background: url(../images/lianxi.png) 16px center no-repeat;
  padding-left: 45px;
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.kf .contact {
  margin-top: 1px;
  height: auto;
}
.kf .contact p {
  height: 26px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
  padding-left: 22px;
  margin: 0;
}
.kf .contact p:nth-child(2n) {
  padding-left: 32px;
}
.kf .con h5.qr-icon {
  background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
  margin-top: 10px;
  padding-left: 40px;
}
.kf .con .qr img {
  width: 110px;
  height: 110px;
}
.kf .backTop {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: url(../images/huidaodingbu.png) center center no-repeat #205B95;
  background-size: 18px auto;
  cursor: pointer;
}
.kf-side {
  padding: 18px 10px 10px;
  background: #205B95;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -34px;
  cursor: pointer;
}
.kf-side b {
  display: block;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}
.kf-side span.arrow {
  width: 12px;
  height: 12px;
  background: url(../images/jt-1.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
  display: block;
  margin-top: 10px;
}
.kf-side span.on {
  background: url(../images/jt-2.png) no-repeat;
  -ms-background-size: auto 12px;
  background-size: auto 12px;
}
.width100{width: 100%;overflow: hidden;}

.about-up {
    width: 100%;
    padding: 70px 0 30px;
    position: relative;
    min-height: 455px;
	overflow: hidden;
}
.about-up::before {
    content: '';
    width: 100%;
    height: 455px;
    background-color: #e8f2f7;
    position: absolute;
    top: 0;
    left: 0;
}
.w1280 {
    position: relative;
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}
.about-up .w1280::before {
    content: '';
    width: 848px;
    height: 152px;
    background: url(../images/about-up.png) no-repeat;
    position: absolute;
    top: -70px;
    left: -575px;
}
body .about-more{padding: 70px 0 15px; min-height: 0; background: #f9f9f9;}
body .about-more::before{height: 0px;}
.bgf5{background: #F5F5F5; padding: 40px 45px;}


.page-title .en {
    font-size: 28px;
    text-transform: uppercase;
    color: #5d5d5d;
    line-height: 33px;
    font-weight: bold;
}
.page-title .cn {
    font-size: 20px;
    color: #4c4c49;
    position: relative;
    padding-right: 112px;
    margin-top: 10px;
    display: inline-block;
}
.about-up .list {
    overflow: hidden;
    margin-top: 35px;
}
.about-up .shares-tips {
    float: left;
    margin-right: 45px;
}
.about-up .shares-tips .dp {
    color: #77726b;
    opacity: .7;
	    line-height: 20px;
}
.about-up .shares-tips .dp span {
    font-size: 18px;
}
.about-up .ri {
    float: right;
    width: 62.2%;
}
.about-up .ri p{padding: 0 0 20px 0; margin: 0;font-size: 15px;
    color: #666;
    line-height: 24px;
    text-align: justify;}
.about-up .le {
    float: left;
    width: 37.6%;
    position: relative;
}
.about-in {
    margin-top: -305px;
}
.about_video{position: relative;left: 0;top: 0;}
.about_video .vimg{max-width: 100%;}








.ywbg{background: url("../images/ywbg.jpg") no-repeat; background-size: cover;padding: 40px 0 20px 0;}

.ywbg .section-title strong{color: #fff;}

.eui-index-business{position: relative; margin-bottom: 15px; height: 745px;}
.eui-index-business a{position: absolute; top: 0; left: 0; color: #fff; overflow: hidden;}
.eui-index-business .i1{width: 330px; height: 460px; background-image: url(../images/index-business-bg1.png);}
.eui-index-business .i2{width: 330px; height: 460px; background-image: url(../images/index-business-bg2.png); left: 340px;}
.eui-index-business .i3{width: 520px; height: 225px; background-image: url(../images/index-business-bg3.png); left: 680px;}
.eui-index-business .i6{width: 520px; height: 225px; background-image: url(../images/index-business-bg9.png); top: 235px; left: 680px;}
.eui-index-business .i7{width: 670px; height: 225px; background-image: url(../images/index-business-bg6.png); top: 470px;}

.eui-index-business .i4{width: 255px; height: 220px; background-image: url(../images/index-business-bg4.png); top: 470px; left: 680px;}
.eui-index-business .i5{width: 255px; height: 220px; background-image: url(../images/index-business-bg5.png); top: 470px; left: 945px;}
.eui-index-business em{position: absolute; z-index: 10; filter:alpha(opacity=0); opacity: 0; bottom: 16px; right: 50px; line-height: 30px; color: #fff; font-size: 24px; font-style: normal; font-family: arial; -webkit-transition: ease-out .4s; transition: ease-out .4s;}
.eui-index-business em:before{content: "MORE+";}
.eui-index-business a>b{position: absolute; bottom: 16px; left: 18px; line-height: 1.2; font-weight: normal; font-size: 26px; transition: .4s;}
.eui-index-business .con{position: absolute; top: 0; left: 0; padding: 1%; height: 98%; width: 99%; line-height: 24px; font-size: 14px; background: url(../images/index-business-bg.png); filter:alpha(opacity=0); opacity: 0; transition: .4s;}
.eui-index-business .con i{display: block; margin-top: 50px; background: no-repeat center; transition: ease-out .5s;}
.eui-index-business .con b{display: block; margin: 40px 0px 15px 0px; line-height: 1.2; text-align: center; font-weight: normal; font-size: 26px;}
.eui-index-business span{display: block; margin: 0 20px 30px; height: 254px; text-align: justify;  -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
.eui-index-business a:hover em{right: 30px; filter:alpha(opacity=100); opacity: 1;}
.eui-index-business a:hover>b{filter:alpha(opacity=0); opacity: 0;}
.eui-index-business a:hover .con{filter:alpha(opacity=100); opacity: 1;}
.eui-index-business a:hover .con i{margin-top: 0;}
.eui-index-business a.i3:hover .con i{margin-top: 24px;}
.eui-index-business a.i3 .con i{margin: 0 auto; width: 164px}
.eui-index-business a.i3 .con span{margin: 0 0 30px 20px; width: 92%;}
.eui-index-business a.i6:hover .con i{margin-top: 24px;}
.eui-index-business a.i6 .con span{margin: 0 0 30px 20px; width: 92%;}

.eui-index-business a.i7:hover .con i{margin-top: 24px;}
.eui-index-business a.i7 .con span{margin: 0 0 30px 20px; width: 92%;}


.footer-fix {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: none;
}
.footer-fix li {
  float: left;
  width: 25%;
}
.footer-fix li a {
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 12px;
  line-height: 1;
}
.footer-fix li i {
  display: block;
  height: 20px;
  background: no-repeat center;
  background-size: contain;
  margin-bottom: 4px;
}
.footer-fix li i.i1 {
  background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
  background-image: url(../images/f_02.png);
}
.footer-fix li i.i3 {
  background-image: url(../images/f_03.png);
}
.footer-fix li i.i4 {
  background-image: url(../images/f_04.png);
}
.swiper-button-prev, .swiper-button-next {
  outline: none;
}
.swiper-pagination-bullet-active {
  background-color: #205B95;
}
.topbar {
  padding: 8px 0;
  background-color: #1f1f1f;
  color: #fff;
}
.topbar a {
  color: #fff;
}
.header {
  background-color: #fff;
}
.header .logo {
  float: left;
  font-size: 0;
  height: 70px;
  line-height: 70px;
  text-align: left;
  padding: 15px 0;
}
.header .nav {
  font-size: 0;
  float: right;
}
.header .nav li {
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: relative;
  border-top:3px solid #fff;
}
.header .nav li:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
 /* background-color: #333;*/
  top: 50%;
  margin-top: -5px;
  right: 0;
}
.header .nav li a {
  display: block;
  font-size: 16px;
  line-height: 100px;
  padding: 0 20px;
}
.header .nav li .arr {
  float: right;
  height: 40px;
  width: 40px;
  position: relative;
  display: none;
}
.header .nav li .arr:after {
  content: '';
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(135deg);
  right: 15px;
}
.header .nav li.open{border-top: 3px solid #205B95;}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
  color: #205B95;
}
/*.header .nav li.dropdown {position: relative;}
.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 25px;}*/
.header .nav .dropdown-box {
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  display: none;
  z-index: 10;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  background-color: rgba(255, 255, 255, 0.9);
}
.header .nav .dropdown-box p {
  margin: 0;
  border-bottom: solid 1px #cfcfcf;
}
.header .nav .dropdown-box a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 14px;
  background-color: transparent !important;
  line-height: 40px;
  color: #333 !important;
}
.header .nav .dropdown-box a:hover {
  background-color: #fff !important;
  color: #205B95 !important;
}
.header .nav li.open .dropdown-box {
  display: block;
}
.menu-btn {
  display: none;
  padding: 6px 0;
  float: right;
  margin-left: 15px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
  display: block;
  height: 2px;
  background-color: #205B95;
  content: '';
}
.menu-btn:before {
  width: 24px;
}
.menu-btn:after {
  width: 18px;
  margin-left: 6px;
}
.menu-btn span {
  width: 12px;
  margin: 6px 0 6px 12px;
}
.index-news{width: 32%; margin-right: 2%; float: left;}
.index-news:last-child{margin-right: 0;}
.index-news .index-title{height: 55px; padding-top: 5px; padding-left: 5px;}
.index-news .index-title a{display: block; height: 50px;}
.index-news .index-title span{float: right; width: 60px; height: 50px; background: url(../images/index-news-more.png) no-repeat 35px center;}
.index-news .index-title a:hover span{background-position: 45px center;}
.index-news .index-title b{float: left; height: 50px; line-height: 50px; font-family: "微软雅黑"; font-weight: normal; font-size: 22px; color: #00458a;}
.index-news .index-title em{font-size: 16px; margin-left: 12px; font-family: arial; color: #ccc;}

.index-news .index-title{border-bottom: 1px solid #e5e5e5;}
.index-list{padding: 10px 0 0px 0;}
.index-list li{height: 33px; line-height: 33px;}
.index-list li a{display: block; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-list li a span{float: right; color: #999; font-size: 12px; margin: 0 4px 0 0;}
.index-list li a i{float: left; width: 8px; height: 8px; margin: 12px 8px 12px 0px; background: url(../images/index-list-icon.png) no-repeat center;}
.index-list li a:hover{color: #EC151F;}

.index-img{}
.index-img a{ display: block;}
.index-img a i {
    width: 40px;
    height: 1px;
    display: block;
    background-color: #333;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.index-img a h3{position: relative; margin: 0;line-height: 40px;font-size: 16px;max-height: 40px; overflow: hidden;}
.index-img p{margin-top: 8px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dSwiper .swipertion.swiper-pagination-bullets{position: absolute;bottom: 10px;right: 0;z-index: 9999;left: auto;width: auto;}
.dSwiper .swipertion .swiper-pagination-bullet {
width: 1.7rem;
height: 1.7rem;
	line-height: 1.7rem;
	display: inline-block;
	text-align: center;
	opacity: 0.6;
	color: #fff;
background: #C31820;right: 0;}
.dSwiper .swipertion .swiper-pagination-bullet-active {
width: 1.7rem;
height: 1.7rem;
	line-height: 1.7rem;
	display: inline-block;
	opacity: 1;
	color: #fff; text-align: center;
background: #4B4B4C;
}




.img100{max-width: 100%;overflow: hidden;}
.b10{height: 10px;clear: both;}
.b20{height: 20px;clear: both;}
.b40{height: 40px;clear: both;}
.banner {
  position: relative;
}
.banner .swiper-slide {
  background: no-repeat center / cover;
}
.yunu-link {
  
}
.yunu-link h4 {
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 18px;
  color: #205B95;
  padding-bottom: 15px;
}
.yunu-link h4 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.yunu-link ul {
  margin-left: -20px;
}
.yunu-link li {
  float: left;
  margin-top: 20px;
}
.yunu-showcase {
  margin: 0 0 40px;
}
.yunu-showcase-info {
  margin-left: 350px;
}
.yunu-showcase-info h1 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: normal;
}
.yunu-showcase-info .desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}
.yunu-showcase-info .cn {
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 0;
  margin: 15px 0;
}
.yunu-showcase-info .cn span {
  color: #205B95;
}
.yunu-showcase-info p {
  margin: 5px 0 0;
  line-height: 1.8;
}
.yunu-showcase-info p strong {
  color: #205B95;
  font-size: 24px;
  line-height: 1;
}
.yunu-showcase-info .tel {
  margin-top: 20px;
}
.yunu-showcase-info .tel a {
  line-height: 42px;
  color: #fff;
  display: inline-block;
  width: 160px;
  text-align: center;
  background-color: #205B95;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 3px;
}
.yunu-showcase-info .tel a.ac {
  background-color: #282828;
  border-color: #282828;
  margin-left: 15px;
}
.pc-slide {
  float: left;
  width: 60%;
}
.pc-slide .view {
  border: 1px solid #ddd;
}
.view .swiper-slide .img-center {
  width: 100%;
  height: 539px;
  line-height: 539px;
}
.view .swiper-container {
  width: 100%;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.preview .swiper-container {
  margin: 0 30px;
}
.preview .swiper-slide .img-center {
  height: 95px;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  line-height: 95px;
}
.preview .arrow-left {
  background: url(../images/feel3.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .arrow-right {
  background: url(../images/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.preview .active-nav .img-center {
  border-color: #205B95;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.in-sou {
  padding: 30px 0;
}
.in-sou .desc {
  float: left;
  width: 410px;
  margin-right: 30px;
}
.in-sou .desc h4 {
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
.in-sou .desc span {
  display: inline-block;
  background-color: #d10009;
  color: #fff;
  padding: 2px 10px;
}
.in-sou .hform {
  padding: 0 50px;
  width: 400px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  float: left;
}
.in-sou .hform input {
  float: left;
  border: 0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  font-size: 14px;
  padding: 9px 15px 9px 5px;
  width: 310px;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}
.in-sou .hform button {
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: #205B95;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  width: 60px;
}
.in-sou .hform p {
  margin: 10px 0 0;
  font-size: 12px;
  color: #999;
}
.in-sou .hform p a {
  margin-right: 10px;
}
.in-sou .tel {
  float: right;
  font-size: 16px;
}
.in-sou .tel strong {
  display: block;
  font-size: 29px;
}
.section {
	clear: both;
  padding: 20px 0 0px 0;
	overflow: hidden;
}
.section-title {
  margin-bottom: 0px;
  text-align: center;
  font-size: 32px;
}
.section-title strong {
  color: #205B95;
}
.section-title small {
  display: block;
  text-transform: uppercase;
  position: relative;
  font-size: 0;
  color: #666;
  margin-top: 5px;
}
.section-title small:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d9dadc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.section-title small em {
  position: relative;
  display: inline-block;
}
.section-title small em:before, .section-title small em:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #d9dadc;
  border-radius: 50%;
  margin-top: -4px;
}
.section-title small em:before {
  left: 100%;
}
.section-title small em:after {
  right: 100%;
}
.section-title small i {
  font-style: normal;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 20px;
  background-color: #fff;
}
.section-title p {
  margin: 10px 0 0;
  font-size: 20px;
  color: #999;
}
.in-prod-menu {
  margin-left: -15px;
}
.in-prod-menu li {
  float: left;
  width: 20%;
}
.in-prod-menu li a {
  display: block;
  background: url(../images/icon-cat.png) no-repeat 20px center #d10009;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  padding-left: 45px;
  margin: 0 0 15px 15px;
  transition: all 0.5s;
}
.in-prod-menu li a:hover {
  background-color: #333;
}
.in-prod-list {
  margin: 0 0 -15px -15px;
}
.in-prod-list li {
  float: left;
  width: 25%;
}
.in-prod-list li a {
  display: block;
  background-color: #fff;
  margin: 0 0 15px 15px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.in-prod-list li .img-center {
  height: 340px;
}
.in-prod-list li h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in-prod-list li h4:after {
  margin-top: 10px;
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background-color: #333;
}
.in-prod-list li p {
  margin: 10px 0 0;
  color: #999;
  height: 40px;
  overflow: hidden;
}
.in-prod-list li .btn {
  font-size: 0;
}
.in-prod-list li .btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  width: 110px;
  text-align: center;
  background-color: #205B95;
  color: #fff;
  margin: 10px 10px 0 0;
  font-size: 14px;
}
.in-prod-list li .btn span.x {
  background-color: #333;
}
.in-prod-list li .btn i {
  font-style: normal;
  margin-left: 10px;
}
.bg1 {
  background: url(../images/pro_adv_bg.jpg) no-repeat center / cover;
}
.bg1 .section-title {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  padding-bottom: 15px;
	margin-top: 40px;
}
.in-pro-adv {
  overflow: hidden;
  background: url(../images/dianti.png) no-repeat center;
  color: #fff;
}
.in-pro-adv ul {
  margin: -30px 0 0 -400px;
}
.in-pro-adv li {
  float: left;
}
.in-pro-adv dl {
  margin: 0 0 0 400px;
  padding: 50px 0;
  border-top: 1px solid #d3d3d3;
  width: 400px;
}
.in-pro-adv dt {
  float: left;
  width: 60px;
  height: 60px;
  background: no-repeat center #205B95;
  border-radius: 50%;
}
.in-pro-adv dd {
  margin-left: 80px;
}
.in-pro-adv dd h4 {
  margin: 0;
  font-size: 18px;
}
.in-pro-adv dd p {
  line-height: 1.8;
  margin: 10px 0 0;
  height: 75px;
  overflow: hidden;
}
.in-pro-adv li:nth-child(odd) dt {
  float: right;
}
.in-pro-adv li:nth-child(odd) dd {
  margin: 0 80px 0 0;
  text-align: right;
}
.in-standard {
  padding: 50px 0 20px;
}
.in-standard .item {
  text-align: center;
  float: left;
  width: 20%;
}
.in-standard .item .item-icon {
  width: 184px;
  height: 184px;
  margin: 0 auto 20px;
  background-color: #2a2a2a;
  position: relative;
  border-radius: 50%;
  color: #fff;
  transition: all .3s;
}
.in-standard .item .item-icon::before, .in-standard .item .item-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
}
.in-standard .item .item-icon::before {
  background: url(../images/standard_light.png) center/cover no-repeat;
  transition: all 1s;
  z-index: 2;
}
.in-standard .item .item-icon::after {
  background: url(../images/standard_circle.png) center no-repeat;
  z-index: 1;
}
.in-standard .item .item-icon .icon-wrap {
  height: 100%;
  overflow: hidden;
}
.in-standard .item .item-icon .num {
  width: 90px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 45px;
  font-style: normal;
  position: relative;
  display: block;
  margin: 55px auto 0;
}
.in-standard .item .item-icon .num::before, .in-standard .item .item-icon .num::after {
  content: '';
  display: block;
  width: 15px;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  transform: rotate(-30deg);
}
.in-standard .item .item-icon .num::before {
  right: 3px;
  top: 6px;
}
.in-standard .item .item-icon .num::after {
  left: 0;
  bottom: 3px;
}
.in-standard .item .item-icon span {
  font-size: 22px;
  display: block;
}
.in-standard .item .item-name {
  color: #333333;
  font-size: 18px;
  transition: all .3s;
  margin: 0;
}
.in-standard .item .item-en-name {
  text-transform: uppercase;
  color: #cccccc;
  transition: all .3s;
  margin: 0;
}
.in-standard .item:hover .item-icon {
  background-color: #d42114;
}
.in-standard .item:hover .item-name {
  color: #c30008;
}
.in-standard .item:hover .item-en {
  color: #666;
}
.in-standard .item:hover .item-icon::before {
  transform: rotate(-90deg);
}
.in-ys {
  position: relative;
}
.in-ys:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  content: '';
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d4d4d2;
}
.in-ys dl {
  margin: 30px 0 0;
}
.in-ys dt {
  float: left;
  width: 500px;
  border: 2px solid #fff;
  box-shadow: 11px 11px 20px #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.in-ys dd {
  margin-left: 700px;
  padding-top: 20px;
}
.in-ys dd em {
  display: inline-block;
  vertical-align: top;
  background-color: #205B95;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.in-ys dd h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.in-ys dd p {
  margin: 10px 0 0;
  background: url(../images/icon-right.png) no-repeat 0 center;
  color: #666;
	font-size: 15px;font-weight: 400;
}
.in-ys dd p span {
  color: #205B95;
}
.in-ys dl:nth-child(even) dt {
  float: right;
}
.in-ys dl:nth-child(even) dd {
  margin: 0 700px 0 0;
}
.bg2 {
  background: url(../images/about_bg.jpg) no-repeat center top;
}
.about-title {
  color: #fff;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.about-title strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
}
.about-title small {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
}
.about-title span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 29px;
  border: 1px solid #fff;
  padding: 8px 14px;
}
.in-about-box {
  background-color: #fff;
  padding: 30px 30px 0;
}
.in-about-box dl {
  margin: 0;
}
.in-about-box dt {
  float: right;
  width: 550px;
}
.in-about-box dd {
  margin: 0 580px 0 0;
  padding-top: 20px;
}
.in-about-box dd .img-center {
  text-align: left;
}
.in-about-box dd h4 {
  margin: 0;
  font-size: 24px;
}
.in-about-box dd p {
  margin: 15px 0 0;
  line-height: 2;
  color: #666;
  text-align: justify;
  text-indent: 2em;
}
.in-about-menu {
  font-size: 0;
  margin-left: -24px;
  margin-bottom: 20px;
  margin-top: -36px;
}
.in-about-menu li {
  display: inline-block;
  vertical-align: middle;
}
.in-about-menu li a {
  display: block;
  margin-left: 24px;
  width: 120px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background-color: #37393b;
  position: relative;
}
.in-about-menu li a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
  border-top-color: #d10009;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  display: none;
}
.in-about-menu li.active a {
  background-color: #d10009;
}
.in-about-menu li.active a:before {
  display: block;
}
.in-about-pic .swiper-pagination {
  position: static;
  margin-top: 15px;
  font-size: 0;
}
.in-about-pic .swiper-slide a {
  display: block;
  position: relative;
}
.in-about-pic .swiper-slide a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  height: 60px;
  z-index: 1;
  transition: all 0.5s;
}
.in-about-pic .swiper-slide .img-cover {
  padding-top: 360px;
}
.in-about-pic .swiper-slide i {
  z-index: 3;
  background: url(../images/icon-search.png)center no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .3s;
  opacity: 0;
  transform: translateY(60px) scale(0);
  margin: -23px 0 0 -23px;
}
.in-about-pic .swiper-slide p {
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.in-about-pic .swiper-slide a:hover:before {
  height: 100%;
}
.in-about-pic .swiper-slide a:hover i {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.in-news-con {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.in-news-con li {
  display: inline-block;
  vertical-align: middle;
}
.in-news-con li a {
  display: block;
  padding: 0 10px;
  margin: 0 15px;
  line-height: 42px;
  font-size: 18px;
  position: relative;
}
.in-news-con li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #205B95;
  transition: all 0.5s;
}
.in-news-con li a:hover:after {
  width: 100%;
  left: 0;
}
.list-1 {}
.list-1 li {
  float: left;
  width: 33.333333%;
}
.list-1 li a {
  display: block;
  transition: all 0.5s;
  padding: 15px 15px 0;
  position: relative;
}
.list-1 li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  content: '';
  height: 2px;
  background-color: #205B95;
  transition: all 0.5s;
}
.list-1 li .img-cover {
  padding-top: 60%;
  border: 1px solid #efefef;
}
.list-1 li .text {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.list-1 li .text h4 {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
}
.list-1 li .text span {
  float: right;
  font-size: 14px;
  color: #999;
}
.list-1 li .text p {
  margin: 10px 0 0;
  color: #999;
  line-height: 1.8;
  text-indent: 2em;
}
.list-1 li a:hover {
  background-color: #fff;
  box-shadow: 0 15px 30px #cfcfcf;
}
.list-1 li a:hover:after {
  width: 100%;
}
.list-1-lm {
  margin-bottom: 30px;
}

.width70{width: 68%; float: left;margin-right: 2%;}
.width30{width: 30%;float: left;}
.vright{background: #fff;}
.vright img{width: 100%;}
.vright a{display: block;overflow: hidden;transition: all 0.5s; border: 1px solid #f3f3f3;}

.vright h2{font-size: 18px;font-weight: bold; color: #222;line-height: 32px;padding: 0px 15px 6px 15px; margin: 0;}
.vright p{line-height: 18px;font-size: 14px; color: #4c4c4b;padding: 5px 15px; margin: 0 0 20px 0;}
.vright a:hover{background: #296198;}
.vright a:hover h2{color: #fff;}
.vright a:hover p{color: #fff;}


.notice_left {display: flex;flex-direction: column;justify-content: flex-end;padding-top: 4.375rem;width: 100%;background: url(../images/notice_bg1.jpg) center no-repeat;background-size: cover;}

.notice_left .notice_left_content { padding-left:40px; padding-right:40px; margin-bottom: 36px; }

.notice_left .notice_left_content strong { display: block; font-size: 3.75rem; color: #296198; line-height: 1; }

.notice_left .notice_left_content span { display: block; margin-bottom: 1.5rem; font-size: 2.5rem; color: #333; font-weight: lighter; }

.notice_left .notice_left_content p { font-size: 1rem; color: #474747; line-height: 1.8; }

.notice_left .notice_left_content a { display: flex; align-items: center; justify-content: center; margin-top: 2.5rem; width: 2.625rem; height: 2.625rem; border: 2px solid #296198; font-size: 1.5rem; border-radius: 50%; color:#296198; transition: all 0.3s ease; }

.notice_left .notice_left_content a:hover { background: #fff; }
.notice_left .notice_left_content a img{margin-top: 7px;}
.notice_left .notice_left_video { position: relative; }

.notice_left .notice_left_video .vimg { width: 100%; }

  #videModal.cur{ opacity: 1; pointer-events: auto;}
  #videModal.cur .modal_bai{ transform: translateX(-50%) translateY(-50%) scale(1);}
  #videModal{
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; opacity: 0; pointer-events: none; transition: all 0.5s;}
  #videModal .modal_bai{ max-width: 90vw; max-height: 90vh; background: rgba(255,255,255,.35); padding: 1rem; box-shadow: 0px .2rem .5rem rgba(0,0,0,0.3);  position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%) scale(0.2); border-radius: .5rem; transition: all 0.3s; backdrop-filter: blur(5px);}
  #videModal .modal_bai .modal-header{ border: none; font-size: 1rem; font-weight: bold; position: relative; color: #333; padding-left: 0; padding-right: 0;}
  #myModalLabel{ font-size: 1rem; font-weight: bold; line-height: 1rem;}
  #videModal .modal_bai .close{ position: absolute; right: 0; top: 0; transform: translateX(50%) translateY(-50%); width: 2.5rem; height: 2.5rem; cursor: pointer; font-size: 1.125rem; color: #fff; background: rgba(0,0,0,0.5); opacity: 1; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; border-radius: 50%; backdrop-filter: blur(5px);}
  #videModal .modal_bai .modal-body{ padding: 0;}
  #videModal .modal_bai .modal-body video{width: 100%; height: 100%;}
  #videModal .modal_bai .modal-body iframe{width: 100%; height: 100%;}
  
  
.mod_video_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 5.75rem;
    height: 5.75rem;
    cursor: pointer;
}
.dw_center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mod_video_btn i {
  width: 30px; height: 30px;
  color: #fff;
  z-index: 2;
  opacity: 0.55;
  filter: drop-shadow(0 0 .3rem rgba(0,0,0,0.3));
  transition: opacity .2s ease-in-out;
}
.mod_video_btn i img{} 
.mod_video_btn:hover i{
  opacity: 0.65;
}
.mvb_ani{
  -webkit-filter: blur(1px) contrast(20) blur(10px);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  border-radius: 100%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1.5rem -.875rem #fa0;
}
.mvb_ani::before,
.mvb_ani::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 4.25rem;
  height: 4.25rem;
  z-index: 10;
  box-shadow: 0 0 1.2rem -0.6rem #fa0;
}

.mvb_ani::before {
  -webkit-filter: blur(8px);
  opacity: .8;
  transform: translate(-50%, -50%);
  -webkit-animation: mvbPlay 6s linear infinite;
  animation: mvbPlay 6s linear infinite;
  background-color: #fa0;
  background-image: linear-gradient(transparent 29.29%, #06f 0, #09f 70.71%, transparent 0), linear-gradient(90deg, transparent 29.29%, #06f 0, #09f 70.71%, transparent 0);
}

.mvb_ani::after {
  -webkit-filter: blur(5px);
  opacity: .5;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-animation: mvbPlay2 10s linear infinite;
  animation: mvbPlay2 10s linear infinite;
  background: linear-gradient(transparent 29.29%, #06f 0, #09f 70.71%, transparent 0), linear-gradient(90deg, transparent 29.29%, #06f 0, #09f 70.71%, transparent 0);
}

.mvb_bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%) rotate(30deg);
  width: 4.25rem;
  height: 4.25rem;
  box-shadow: 1px .3rem 1.5rem -0.625rem, inset -1px .875rem 1.5rem -.3rem #fff, inset -1px -0.875rem 1.5rem -0.3rem #036, inset 0 3.625rem 0.2rem -1.875rem rgb(255 255 240 / 20%);
}

@keyframes mvbPlay2 {
  0% {
    transform: translate(-50%, -50%) rotate(45deg)
  }

  to {
    transform: translate(-50%, -50%) rotate(405deg)
  }
}
@keyframes mvbPlay {
  0% {
    transform: translate(-50%, -50%) rotate(1turn)
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg)
  }
}



.footer {
  color: #FFFFFF;
  padding: 40px 0 0;
	background: url("../images/footer.jpg") no-repeat;
	background-size: cover;
}
.footer a {
  color: #808080;
}
.footer a:hover {
  color: #fff;
}
.footer dl {
  margin: 0;
  float: left;
  border-left: 1px solid #3b3b3b;
  padding: 0 25px;
}
.footer dl:first-child {
  border-left: 0;
  padding-left: 0;
}
.footer dt {
  color: #222;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer dt:after {
  content: '';
  display: block;
  background-color: #205B95;
  height: 2px;
  width: 25px;
  transition: all 0.5s;
  margin: 15px 0 0;
}
.footer dd {
  margin: 10px 0 0;
}
.footer dd p {
  margin: 0;
}
.footer-info {
  float: right;
}
.footer-info .ewm {
  overflow: hidden;
}
.footer-info .ewm .img-center {
  float: left;
  width: 95px;
}
.footer-info .ewm .text {
  margin-left: 110px;
	margin-top: 20px;
}
.footer-info .ewm .text h4 {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: normal;
}
.footer-info .ewm .text p {
  margin: 10px 0 0;
}
.footer-info .tel {
  margin-top: 20px;
  background: url(../images/icon-tel.png) no-repeat 0 center;
  padding-left: 60px;
}
.footer-info .tel strong {
  font-size: 29px;
  display: block;
  color: #fff;
}
.footer-copy {
  background-color: #3d3d3d;
  padding: 15px 0;
  margin-top: 40px;
}
.footer-copy p {
	text-align: center;
	font-size: 12px;
  margin: 0;
}
.fac{background: #fafafc；}
.banner-sub {
  background: no-repeat center / cover;
}
.banner-sub img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.lanmu {
  padding: 20px 0;
  background-color: #f3f3f3;
}
.lanmu .wz {
  float: right;
  color: #999;
  padding: 6px 0 6px 24px;
  background: url(../images/icon-home.png) no-repeat 0 center;
}
.lanmu ul {
  float: left;
  overflow: hidden;
  margin: -10px 0 0 -10px;
}
.lanmu li {
  float: left;
}
.lanmu li a {
  margin: 10px 0 0 10px;
  display: block;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #282828;
}
.lanmu li a:hover, .lanmu li.active > a {
  background-color: #205B95;
}
.lanmu1 {
  padding: 20px 0;
  background-color: #f3f3f3;
}
.lanmu1 .wz {
  float: right;
  color: #999;
  padding: 6px 0 6px 24px;
  background: url(../images/icon-home.png) no-repeat 0 center;
}
.lanmu1 ul {
  overflow: hidden;
  margin: -10px 0 0 -10px;
}
.lanmu1 li {
  float: left;
}
.lanmu1 li a {
  margin: 10px 0 0 10px;
  display: block;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  background-color: #282828;
}
.lanmu1 li a:hover, .lanmu1 li.active a {
  background-color: #205B95;
}
.floor-title {
  margin-bottom: 30px;
  background: url(../images/logo-lit.png) no-repeat 0 center;
  padding-left: 50px;
  font-size: 24px;
  line-height: 1;
}
.floor-title small {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.floor-title .more {
  float: right;
  font-size: 14px;
  line-height: 36px;
  background: url(../images/more.png) no-repeat 0 center;
  padding-left: 25px;
}
.list-2 {
  margin: -15px 0 0 -15px;
}
.list-2 li {
  float: left;
  width: 25%;
}
.list-2 li a {
  display: block;
  margin: 15px 0 0 15px;
  position: relative;
}
.list-2 li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #205B95;
  transition: all 0.5s;
}
.list-2 li .img-cover {
  padding-top: 65%;
}
.list-2 li h4 {
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 56px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.list-2 li a:hover .img-cover span {
  transform: scale(1.1);
}
.list-2 li a:hover:after {
  width: 100%;
}
.hjcon .hjimg {
    overflow: hidden;
    display: inline-block;
    width: 18.2%;
    margin: 0 9px 15px;
    cursor: pointer;
	box-shadow: 2px 5px 11px #e1e1e1;
}
.w100 {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.left70{width: 68%;padding-right: 2%; float: left; border-right: 1px solid #c2d1e1;}
.right30{width: 28%;float: right;}
.flr{float: right;display: inline-block;}
.fll{float: left;width: 30%;display: inline-block; font-size: 24px; color: #EC1921;}
.ull p{padding-bottom: 10px;border-bottom: 1px solid #c2d1e1;overflow: hidden;
    line-height: 32px; margin-bottom: 15px;}
.lili{clear: both;padding-left: 20px;background: url("../images/icon_list.png") no-repeat; background-position:center left;line-height: 44px; border-bottom: 1px dashed #ddd;}
.lili .fr{float: right;}
.right30 .ull span{display: inline-block; margin-right: 10px;float: left;color: #EC1921;}


.bot-npm .ul{
	margin-bottom: 10px;
}
.bot-npm .a {
	border-top: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
	height: 138px;
    margin-bottom: 20px;
	display: block;
	clear: both;
}
.bot-npm .a::after{
	content: '';
	width: 54px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	background: #205B95 url(../images/ico2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all .6s;
	opacity: 0;
	z-index: 5;
}
.bot-npm .a:hover::after{
	right: 0;
	opacity: 1;
}
.bot-npm .a::before{
	content: '';
	width: 13%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: linear-gradient(to right, rgb(255 255 255 / 74%) , white,white);
	z-index: 3;
	opacity: 0;
}
.bot-npm .a:hover:before{
	opacity: 1;
}
.bot-npm .a .fl{
	position: relative;
	width: 143px;
	height: 138px;
	padding-left: 20px;
	padding-top: 16px;
	letter-spacing: -1px;
	transition: all .6s;
	float: left;
}
.bot-npm .a .fl::after{
	content: '';
	background: #f5f5f5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	
}
.bot-npm .a:hover .fl{
	height: 138px;
}
.bot-npm .a .fl h1{
	    font-weight: bold;
	font-size: 36px;
	color: #c3a26b;
	line-height: 32px;
	transition: all .4s;
}
.bot-npm .a .fl h2{
	font-size: 16px;
	color: #c3a26b;
	opacity: .57;
	line-height: 20px;
	margin-bottom: 15px;
	transition: all .4s;
}
.bot-npm .a .fr{
	width: calc(100% - 200px);
	padding-left: 25px;
	padding-top: 32px;
	float: right;
}
.bot-npm .a .fr h1{
	font-size: 20px;
	color: #595959;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all .4s;
	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:1;
	    overflow: hidden;
}
.bot-npm .a:hover .fr h1{
	color: #205B95;
}
.bot-npm .a:hover .fl h1{
	color: #205B95;
}
.bot-npm .a:hover .fl h2{
	color: #5c5c5c;
	opacity: 1;
}
.bot-npm .a .fr h2{
	 font-size: 14px; 
	    height: 48px;
	 color: #4c4c4b; 
	 line-height: 24px; 
	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:2;
	    overflow: hidden;
		 opacity: .6; 
    padding-right: 20px;
}
.bot-npm .more{
	    width: 155px;
	    height: 55px;
	    border: 2px solid #ded1b9;
	    line-height: 55px;
	    position: relative;
}
.bot-npm .more .p{
	font-size: 16px;
	    color: #828282;
	    transition: all .4s;
	    position: absolute;
	    left: 20px;
	    top: 50%;
	    transform: translateY(-50%);
	    white-space: nowrap;
}

.bot-npm{
	margin-bottom: 10px;
}

.news-detail-foot dl {
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	padding: 10px 0;
}
.news-detail-foot dl span {
	display: inline-block;
	line-height: 27px;
	padding: 0 10px 0 0;
}
.news-detail-foot dl a {
	color: #666666;
}
.news-detail-foot dl dd, .news-detail-foot dl dt {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-detail-foot dl dd:hover a, .news-detail-foot dl dt:hover a {
	color: #205B95;
}
@media (min-width: 768px) {
.news-detail-foot dl {
	padding: 39px 0 22px;
}
.news-detail-foot dl dd, .news-detail-foot dl dt {
	margin: 0;
	float: left;
	width: 50%;
}
.news-detail-foot dl dt {
	text-align: right;
}
	

	
	
	
	
	
}



.pages {
  margin: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.pages .pagination {
  text-align: center;
}
.pages .pagination p {
  float: none;
  height: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  transition: all 0.5s;
}
.pages .pagination a {
  float: none;
  height: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  transition: all 0.5s;
}
.pages .pagination a:hover {
  border-color: #205B95;
  color: #205B95;
}
.pages .pagination a.cur {
  background-color: #205B95;
  color: #fff;
}
.list-3 {}
.list-3 li a {
  display: block;
  padding: 10px;
  transition: all 0.5s;
  overflow: hidden;
}
.list-3 li .img-cover {
  float: left;
  width: 30%;
  border: 1px solid #efefef;
  padding-top: 178px;
}
.list-3 li{margin-bottom: 15px;}
.list-3 li .text {
  margin-left: 4.5%;
width: 65%;
	float: left;
}
.list-3 li .text h4 {
line-height: 36px;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.list-3 li .text p {
  margin: 15px 0 0;
  /*text-align: justify;*/
  color: #777;
  line-height: 1.8;
}
.list-3 li .text span {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}
.list-3 li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 16px #eee;
}
.list-3 li .img-cover i {
  position: absolute;
  left: 10px;
  top: 10px;
  font-style: normal;
  font-size: 12px;
  z-index: 1;
  background-color: #205B95;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
}
.list-4 {
  margin: -20px 0 0 -20px;
}
.list-4 li {
  float: left;
  width: 25%;
}
.list-4 li a {
  display: block;
  position: relative;
  margin: 20px 0 0 20px;
}
.list-4 li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  height: 32px;
  z-index: 1;
  transition: all 0.5s;
}
.list-4 li .img-cover {
  padding-top: 73%;
}
.list-4 li p {
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}
.list-4 li a:hover .img-cover span {
  transform: scale(1.1);
}
.contact-info {
  margin: -20px 0 0 -20px;
}
.contact-info li {
  float: left;
  width: 25%;
}
.contact-info dl {
  margin: 20px 0 0 20px;
  height: 220px;
  padding-top: 40px;
  text-align: center;
}
.contact-info dt {
  height: 45px;
  line-height: 45px;
}
.contact-info dd {
  margin: 15px 15px 0;
  color: #666;
}
.contact-info dd h4 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: normal;
}
.contact-info dd p {
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}
.contact-map {
  height: 450px;
  margin-top: 30px;
}
.message form {
  overflow: hidden;
  display: block;
  margin: -20px 0 0 -60px;
}
.message .form-group {
  float: left;
  margin: 20px 0 0 60px;
  width: 570px;
}
.message .form-label {
  display: block;
  margin-bottom: 10px;
}
.message .form-label span {
  color: red;
}
.message .form-content {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 12px;
}
.message .form-control {
  border: 0;
  background-color: transparent;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.message .form-submit {
  display: block;
  background: #205B95;
  color: #fff;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  height: 44px;
  font-size: 16px;
  width: 280px;
  margin: 0 auto;
}
.message .form-group.full {
  float: none;
  width: auto;
}
.message .form-tips {
  text-align: center;
  color: #666;
  margin-top: 10px;
}
.message .form-tips span {
  color: red;
}
.yzm-box {
  position: relative;
}
.yzm-box .yzm-pic {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 30px;
  line-height: 30px;
}
.about-1 {
  font-size: 0;
  margin: 30px 0;
}
.about-1 li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  width: 33.333333%;
  box-sizing: border-box;
  text-align: center;
}
.about-1 li:last-child {
  border-right: 0;
}
.about-1 li .wrap {
  display: inline-block;
  text-align: left;
  background: no-repeat right center;
  padding-right: 58px;
}
.about-1 li .wrap.i1 {
  background-image: url(../images/icon-diqiu.png);
}
.about-1 li .wrap.i2 {
  background-image: url(../images/icon-team.png);
}
.about-1 li .wrap.i3 {
  background-image: url(../images/icon-zichan.png);
}
.about-1 li strong {
  display: inline-block;
  font-size: 64px;
  color: #205B95;
  line-height: 1;
  vertical-align: middle;
}
.about-1 li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
}
.about-1 li small {
  display: block;
  color: #999;
  font-size: 14px;
}
.about-2 {
  line-height: 1.8;
  text-align: justify;
}
.about-2 p {
  margin-bottom: 0;
  text-indent: 2em;
}
.bg3 {
  background: url(../images/cultrue-bg.jpg) no-repeat center / cover;
  color: #fff;
}
.about-3 {}
.about-3 li {
  float: left;
  width: 25%;
  text-align: center;
}
.about-3 li .img-center {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s;
}
.about-3 li h4 {
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: normal;
}
.about-3 li p {
  line-height: 28px;
  height: 112px;
  margin: 0;
}
.about-3 li:hover .img-center {
  background-color: #205B95;
  border-color: #205B95;
}
.about-4 {
  margin: -10px 0 0 -10px;
  color: #fff;
  text-align: center;
}
.about-4 li {
  float: left;
  width: 50%;
}
.about-4 li .wrap {
  height: 410px;
  margin: 10px 0 0 10px;
  background: no-repeat center / cover;
}
.about-4 li .inner {
  display: table;
  width: 310px;
  height: 100%;
  margin: 0 auto;
}
.about-4 li .text {
  display: table-cell;
  vertical-align: middle;
}
.about-4 li .text h4 {
  margin: 0;
  font-size: 30px;
}
.about-4 li .text h4:after {
  margin: 10px auto 15px;
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  width: 40px;
}
.about-4 li .text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}
.about-4 li .text a {
  display: inline-block;
  width: 100px;
  line-height: 28px;
  margin-top: 10px;
  color: #fff;
  border: 1px solid #fff;
}
.about-4 li .text a:hover {
  color: #205B95;
  border-color: #205B95;
}
.rczp {
  margin: 0;
  border: 1px solid #eee;
}
.rczp dt {
  padding: 12px 20px;
  background-color: #f3f3f3;
  font-size: 16px;
}
.rczp dt span {
  float: right;
}
.rczp dd {
  padding: 15px 20px;
  margin: 0;
  line-height: 1.8;
}
.rczp dd p {
  margin: 0;
}
.news-title {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-title h1 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}
.news-title p {
  margin: 10px 0 0;
  font-size: 0;
}
.news-title p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}
.news-content {
  line-height: 1.8;
  margin-bottom: 30px;
}
.news-content h3{font-size: 16px;line-height: 36px; margin-top: 10px;}
.news-content p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: justify;
	margin-bottom: 5px;
}
.news-content img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}
.news-exp {
  padding-top: 30px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}
.news-exp a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 2;
}
.title-1 {
  font-size: 0;
  margin-bottom: 20px;
	border-bottom: 1px solid #316EA54a;
	position: relative;
}
.title-1 span {
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  color: #205B95;
	font-weight: bold;
}
.title-1::before{content: ""; border: 2px solid #316EA5;width:20px;position: absolute;bottom: 0; display: inline-block;}
#pronav_menu {
  overflow: inherit;
}
#pronav_menu li {
  position: relative;
}
#pronav_menu li .v_list {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  padding-top: 20px;
  z-index: 100;
}
#pronav_menu li .v_list a {
  width: 100%;
  margin: 0;
  border-radius: 0;
  margin-left: 10px;
}
#pronav_menu li:hover .v_list {
  display: block;
}
.anleft{width: 45%;border: 1px solid #f5f5f5;padding: 10px; box-shadow: 0 5px 18px 5px #9b9b9b57;float: left;}
.anright{width: 50%;margin-left: 2%;float: right;}
.anright h1{font-size: 24px;font-weight: 600;}
.ancon {margin-top: 10px;}
.ancon img{max-width: 100%;}
.ancon p{
	font-size: 15px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 5px;
}
.display-pc {
  display: block; }

.not-display-pc {
  display: none; }

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .container {
    width: auto;
  }
.index-news{width: 100%; margin: 0;}
	
.display-pc {    display: none; }
.display-600 {    display: block; }
.not-display-600 {    display: none; }
	
.width70{width: 100%;}
.notice_left .notice_left_content strong{font-size: 2.75rem;}
.notice_left .notice_left_content span {font-size: 2rem;}
	.notice_left{padding-top: 35px;}
.notice_left .notice_left_content p {
    font-size: 15px;
    line-height: 24px;
	 text-align: justify;
}
.notice_left .notice_left_content {
    padding-left: 20px;
    padding-right: 20px;
}
	.width30{width: 100%;}
	.vright{width: 32.3%;margin-right: 1.5%;float: left;display: inline-block;}
	.vright:last-child{margin-right: 0;}
	.vright h2{font-weight: 400;line-height: 20px; font-size: 14px;   padding: 0px 10px 6px 10px; color: #4c4c4b;}
	
  .kf {
    display: none;
  }
  .footer-fix {
    display: block;
  }
  .topbar {
    display: none;
  }
  .header {
    padding: 10px 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .header .text, .header .tel {
    display: none;
  }
  .header .logo {
    height: 30px;
    line-height: 30px;
    float: none;
    padding: 0;
  }
  .header .nav {
    margin: 10px 0 -10px;
    text-align: left;
    display: none;
    background-color: transparent;
    border-bottom: 0;
    float: none;
  }
  .header .nav ul {
    margin: 0 -15px;
  }
  .header .nav li {
    display: block;
    margin: 0;
    border-top: 1px solid #eee;
    background: none;
    float: none;
  }
  .header .nav li:after {
    display: none;
  }
  .header .nav li a {
    line-height: 40px;
    padding: 0 15px;
    color: #333;
  }
  .header .nav li .arr {
    display: block;
  }
  .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
    background-color: transparent;
    color: #205B95
  }
  .header .nav li.open .arr:after {
    border-color: #205B95;
    transform: rotate(225deg);
  }
  .header .nav .dropdown-box {
    position: static;
    background-color: #f5f5f5;
    min-width: auto;
    text-align: left;
    box-shadow: none;
  }
  .header .nav .dropdown-box a {
    color: #333 !important;
    border-top: 1px dotted #ddd;
    padding: 0 15px;
    line-height: 40px;
    background-color: transparent !important;
    border-bottom: 0;
  }
  .header .nav .dropdown-box a:hover {
    background-color: transparent !important;
  }
  .menu-btn {
    display: block;
  }
  .yunu-showcase {
    margin-bottom: 30px;
  }
  .pc-slide {
    float: none;
    width: auto;
  }
  .view .swiper-slide .img-center {
    height: 260px;
    line-height: 260px;
  }
  .yunu-showcase-info {
    margin: 20px 0 0;
  }
  .yunu-showcase-info h1 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .yunu-showcase-info p {
    margin-top: 10px;
    min-height: auto;
  }
  .yunu-showcase-info .tel {
    font-size: 14px;
  }
  .yunu-showcase-info .tel strong {
    font-size: 18px;
  }
  /*.banner {height: 130px;}*/
  .in-sou {
    display: none;
  }
  .section {
    padding: 15px 0;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-title small i {
    font-size: 12px;
    padding: 0 10px;
  }
  .section-title p {
    font-size: 14px;
  }
  .in-prod-menu {
    display: none;
  }
  .in-prod-list {
    margin: -10px 0 0 -10px;
  }
  .in-prod-list li {
    width: 50%;
  }
  .in-prod-list li a {
    margin: 10px 0 0 10px;
    padding: 10px;
  }
  .in-prod-list li .img-center {
    height: 204px;
    line-height: 204px;
  }
  .in-prod-list li h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .in-prod-list li .btn span {
    display: block;
    width: auto;
    margin-right: 0;
    line-height: 30px;
    font-size: 12px;
  }
  .in-prod-list li .btn span.x {
    display: none;
  }
  .in-pro-adv {
    background: none;
  }
  .in-pro-adv ul {
    margin: 0;
  }
  .in-pro-adv li {
    float: none;
  }
  .in-pro-adv li:first-child dl {
    border-top: 0;
    padding-top: 0;
  }
  .in-pro-adv li:last-child dl {
    padding-bottom: 0;
  }
  .in-pro-adv dl {
    margin: 0;
    padding: 20px 0;
    width: auto;
  }
  .in-standard {
    padding: 0;
    margin-top: -20px;
  }
  .in-standard .item {
    width: 50%;
    margin-top: 20px;
  }
  .in-standard .item .item-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }
  .in-standard .item .item-icon .num {
    font-size: 30px;
    line-height: 1;
    height: 30px;
    margin-top: 30px;
  }
  .in-standard .item .item-icon span {
    font-size: 16px;
    margin-top: 5px;
  }
  .in-standard .item .item-name {
    font-size: 14px;
  }
  .in-standard .item .item-en-name {
    font-size: 12px;
    display: none;
  }
  .in-ys:before {
    display: none;
  }
  .in-ys dl {
    margin-top: 20px;
  }
  .in-ys dt {
    float: none !important;
    width: auto;
  }
  .in-ys dd {
    padding-top: 15px;
    margin: 0 !important;
  }
  .in-ys dd h4 {
    font-size: 16px;
  }
  .about-title {
    margin-bottom: 20px;
  }
  .about-title span {
    margin: 15px 0 0;
    font-size: 18px;
  }
  .about-title strong {
    font-size: 24px;
  }
  .about-title small {
    font-size: 12px;
  }
  .in-about-box {
    padding: 0;
  }
  .in-about-box dt {
    width: auto;
    float: none;
  }
  .in-about-box dd {
    padding: 15px 15px 0;
    margin: 0;
  }
  .in-about-box dd .img-center {
    display: none;
  }
  .in-about-box dd h4 {
    font-size: 16px;
  }
  .in-about-box dd p {
    margin-top: 10px;
  }
  .in-about-menu {
    margin-top: 20px;
    margin-left: 0;
  }
  .in-about-menu li {
    width: 33.333333%;
  }
  .in-about-menu li a {
    margin: 0;
    width: auto;
  }
  .in-news-con {
    display: none;
  }
  .list-1 li {
    width: 50%;
  }
	.list-1 li a {
		padding: 15px 5px 0;
	}
	.list-1 li .text {
		padding: 10px 0;
	}
	
	.wapbus{width: 100%;}
	.wapbus dd{width: 41.5%;margin: 10px 1%;float: left; border: 1px solid #f5f5f59e; border-radius: 8px;padding: 10px 10px; text-align: center;}
	.wapbus dd a{color: #fff;}
	.left70{width: 100%; padding: 0;border: none;}
    .lili{background: none; line-height: 32px;}
  .footer {
    padding-top: 30px;
    margin-top: 30px;
  }
  .footer dl {
  }
  .footer-info {
 clear: both;float: left;margin-top: 10px;
  }
.footer-info .ewm .text h4{font-size: 14px;}
.bgf5 {
    background: #F5F5F5;
    padding: 20px;
}
.hjcon .hjimg {
	width: 44.5%;
	}
  .footer-copy {
    margin-top: 30px;
    font-size: 12px;
    padding: 10px 0;
  }
  .banner-sub {
    height: 120px;
  }
  .banner-sub img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lanmu {
    padding: 10px 0;
  }
  .lanmu .wz {
    display: none;
  }
  .lanmu ul {
    margin: -5px 0 0 -5px;
  }
  .lanmu li a {
    margin: 5px 0 0 5px;
  }
  .lanmu1 {
    padding: 10px 0 10px 10px;
  }
  .lanmu1 .wz {
    display: none;
  }
  .lanmu1 ul {
    margin: -5px 0 0 -5px;
  }
  .lanmu1 li a {
    margin: 5px 0 0 5px;
  }
  .floor-title {
    font-size: 18px;
    margin-bottom: 20px;
    background-size: auto 30px;
    padding-left: 40px;
  }
  .floor-title .more {
    line-height: 30px;
  }
  .list-2 {
    margin: -10px 0 0 -10px;
  }
  .list-2 li {
    width: 50%;
  }
  .list-2 li a {
    margin: 10px 0 0 10px;
  }
  .list-2 li h4 {
    font-size: 14px;
    line-height: 40px;
  }
  .pages {
    margin-top: 20px;
  }
  .pages a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 12px;
  }
  .list-3 {
    margin-top: -15px;
  }
  .list-3 li a {
    padding: 0;
    margin-top: 15px;
  }
  .list-3 li .img-cover {
    width: 100%;
  }
  .list-3 li .img-cover i {
    top: 5px;
    left: 5px;
    font-size: 10px;
  }
  .list-3 li .text {
    margin-left: 0;
	  width: 100%;
  }
  .list-3 li .text h4 {
    font-size: 14px;
  }
  .list-3 li .text p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  .list-3 li .text span {
    margin-top: 5px;
  }
  .list-4 {
    margin: -10px 0 0 -10px;
  }
  .list-4 li {
    width: 50%;
  }
  .list-4 li a {
    margin: 10px 0 0 10px;
  }
	.news-detail-foot dl dd{margin: 0;}
	.bot-npm .a .fr{width: 100%; padding-top: 10px;}
	.bot-npm .a .fr h1{font-size: 18px;line-height: 24px;display: inline-block;}
	.bot-npm .a{height: auto;padding-bottom: 15px;}
  .message form {
    margin-left: 0;
    margin-top: -15px;
  }
  .message .form-group {
    float: none;
    width: auto;
    margin: 15px 0 0;
  }
  .message .form-content {
    padding: 5px 15px;
  }
  .message .form-submit {
    height: 44px;
  }
  .yzm-box .yzm-pic {
    top: 5px;
  }
  .contact-info {
    margin: -10px 0 0 -10px;
  }
  .contact-info li {
    width: 50%;
  }
  .contact-info dl {
    margin: 10px 0 0 10px;
    padding: 20px 0px;
    height: 140px;
  }
  .contact-info dt {
    height: 30px;
    line-height: 30px;
  }
  .contact-info dd {
    margin-top: 10px;
  }
  .contact-info dd h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contact-info dd p {
    font-size: 14px;
  }
  .contact-map {
    margin-top: 20px;
    height: 250px;
  }
  .about-1 {
    margin: 20px 0;
  }
  .about-1 li .wrap {
    background: none !important;
    padding: 0;
  }
  .about-1 li strong {
    display: block;
    font-size: 22px;
  }
  .about-1 li span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
  }
  .about-1 li small {
    font-size: 12px;
  }
  .about-3 li {
    width: 50%;
  }
  .about-3 li h4 {
    font-size: 16px;
  }
  .about-3 li p {
    font-size: 12px;
    line-height: 20px;
    height: 80px;
  }
  .about-4 li {
    width: 100%;
  }
  .about-4 li .wrap {
    height: 200px;
    padding: 10px;
  }
  .about-4 li .inner {
    width: 100%;
  }
  .about-4 li .text h4 {
    font-size: 20px;
  }
  .about-4 li .text p {
    font-size: 14px;
  }
  .rczp dt {
    padding: 10px 15px;
    font-size: 14px;
  }
  .rczp dt span {
    float: none;
    display: block;
    color: #999;
  }
  .rczp dd {
    padding: 10px 15px;
  }
  .title-1 {
    margin-bottom: 15px;
  }
  .title-1 span {
    line-height: 40px;
    padding: 0 15px;
  }
  .yunu-showcase {
    margin-bottom: 30px;
  }
  .pc-slide {
    float: none;
    width: auto;
  }
  .view .swiper-slide .img-center {
    height: 300px;
    line-height: 300px;
  }
  .yunu-showcase-info {
    margin: 20px 0 0;
  }
  .yunu-showcase-info h1 {
    margin-bottom: 15px;
  }
  .yunu-showcase-info .desc {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .yunu-showcase-info p {
    margin-top: 10px;
  }
  .yunu-showcase-info p strong {
    font-size: 24px;
  }
  .yunu-showcase-info .tel {
    margin-top: 20px;
  }
  .yunu-showcase-info .tel a {
    line-height: 34px;
    font-size: 14px;
    width: 120px;
  }
  .news-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .news-title h1 {
    font-size: 18px;
  }
  .news-title p span {
    font-size: 12px;
    margin-right: 10px;
  }
  .news-content {
    margin-bottom: 20px;
  }
  .news-exp {
    padding-top: 15px;
    font-size: 12px;
  }
  #pronav_menu li .v_list {
    display: none;
  }
  #pronav_menu li .v_list a {
    display: none;
  }
}
.anright {width: 46%;}
.anright h1 {font-size: 18px;}
.pagebar {
  clear: both;
  padding: 20px;
  overflow: hidden
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #205B95;
  border: 1px solid #205B95;
}
.pagination a.page-num-current {
  color: #fff;
  background: #205B95;
  border: 1px solid #205B95;
}
.pagination .st {
  font-family: 微软雅黑
}
.text-secondary {
  text-align: center;
  padding: 20px 0
}
#maximg img {
  max-width: 100%;
  height: auto !important
}